projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
305f744
)
Fix double scrollbar issue
author
Steve Klabnik
<steve@steveklabnik.com>
Fri, 3 Jul 2015 18:18:46 +0000
(14:18 -0400)
committer
Steve Klabnik
<steve@steveklabnik.com>
Fri, 3 Jul 2015 18:18:46 +0000
(14:18 -0400)
https://twitter.com/steveklabnik/status/
617031020429373440
src/doc/stylesheets/all.css
patch
|
blob
|
history
diff --git
a/src/doc/stylesheets/all.css
b/src/doc/stylesheets/all.css
index d416a2ad88a300e13fc2e901ca05fd6a15af7de1..3c0bdc2b20793126397e27e3250ac1718b3edbfa 100644
(file)
--- a/
src/doc/stylesheets/all.css
+++ b/
src/doc/stylesheets/all.css
@@
-17,7
+17,6
@@
body {
-webkit-align-items: center;
align-items: center;
font-family: sans-serif;
- overflow-y: scroll;
}
a { color: #00ac5b; text-decoration: none; }